object ProjectSchedule: TProjectSchedule Left = 203 Top = 112 Width = 411 Height = 214 BorderIcons = [biSystemMenu] Caption = 'Pl�nova� projekt�' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 1 Top = 0 Width = 402 Height = 155 ActivePage = TabSheet1 TabOrder = 0 object TabSheet1: TTabSheet Caption = 'Projekt' ImageIndex = 2 OnShow = TabSheet1Show object Label1: TLabel Left = 6 Top = 29 Width = 36 Height = 13 Caption = 'Projekt:' end object EnabledButton: TSpeedButton Left = 258 Top = 53 Width = 73 Height = 25 AllowAllUp = True GroupIndex = 1 Caption = 'Povolit' OnClick = EnabledButtonClick end object ProjectFileNameEdit: TEdit Left = 58 Top = 25 Width = 329 Height = 21 TabOrder = 0 OnExit = ProjectFileNameEditExit end object BrowseButton: TButton Left = 87 Top = 53 Width = 75 Height = 26 Caption = 'Naj�t...' Default = True ModalResult = 1 TabOrder = 1 OnClick = BrowseButtonClick end object Button3: TButton Left = 173 Top = 53 Width = 75 Height = 26 Cancel = True Caption = 'Nov�...' ModalResult = 2 TabOrder = 2 OnClick = Button3Click end end object TabSheet2: TTabSheet Caption = 'Napl�novat' ImageIndex = 1 object Label2: TLabel Left = 5 Top = 5 Width = 86 Height = 13 Caption = 'Spustit projekt' end object Label4: TLabel Left = 135 Top = 28 Width = 84 Height = 13 Caption = 'minut po cel� hodin�' end object Label3: TLabel Left = 157 Top = 81 Width = 9 Height = 13 Caption = 'v' end object HourlyRadioButton: TRadioButton Left = 27 Top = 28 Width = 65 Height = 14 Caption = 'Hodinov� v' Checked = True TabOrder = 0 TabStop = True OnEnter = HourlyRadioButtonEnter end object DailyRadioButton: TRadioButton Left = 27 Top = 54 Width = 57 Height = 14 Caption = 'Denn� v' TabOrder = 1 OnEnter = DailyRadioButtonEnter end object MonthlyRadioButton: TRadioButton Left = 27 Top = 80 Width = 93 Height = 13 Caption = 'Mes��n� v den' TabOrder = 2 OnEnter = MonthlyRadioButtonEnter end object OnceRadioButton: TRadioButton Left = 27 Top = 106 Width = 78 Height = 13 Caption = 'Jednou v' TabOrder = 3 Visible = False end object HourlyEdit: TEdit Left = 98 Top = 24 Width = 33 Height = 21 Color = clMenu Enabled = False TabOrder = 4 Text = '1' OnExit = HourlyEditExit end object DayMonthEdit: TEdit Left = 120 Top = 76 Width = 31 Height = 21 Color = clMenu Enabled = False TabOrder = 5 Text = '1' OnExit = DayMonthEditExit end object MonthlyEdit: TEdit Left = 176 Top = 77 Width = 45 Height = 21 Color = clMenu Enabled = False TabOrder = 6 OnExit = MonthlyEditExit end object DailyEdit: TEdit Left = 85 Top = 51 Width = 46 Height = 21 Color = clMenu Enabled = False TabOrder = 7 OnExit = DailyEditExit end object OnceEdit: TEdit Left = 108 Top = 102 Width = 107 Height = 21 Color = clMenu Enabled = False TabOrder = 8 Visible = False OnExit = OnceEditExit end end object TabSheet3: TTabSheet Caption = 'Parametry' ImageIndex = 2 object Label5: TLabel Left = 11 Top = 20 Width = 72 Height = 13 Caption = 'Typ spu�t�n�:' end object Label6: TLabel Left = 35 Top = 45 Width = 46 Height = 13 Caption = '�asov� limit:' end object Label8: TLabel Left = 164 Top = 45 Width = 109 Height = 13 Caption = 'minut (0 = bey omezen�)' end object RunTypeComboBox: TComboBox Left = 94 Top = 18 Width = 202 Height = 21 ItemHeight = 13 TabOrder = 0 Text = 'Spustit norm�ln�' Items.Strings = ( 'Spustit norm�ln�' 'P�elinkovat soubory' 'Zcela obnovit') end object TimeLimitEdit: TEdit Left = 94 Top = 43 Width = 51 Height = 21 TabOrder = 1 Text = '0' OnExit = TimeLimitEditExit end end end object OKBtn: TButton Left = 162 Top = 159 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 246 Top = 159 Width = 74 Height = 25 Cancel = True Caption = 'Zru�it' ModalResult = 2 TabOrder = 2 end object Button1: TButton Left = 327 Top = 159 Width = 75 Height = 25 Cancel = True Caption = 'Pou��t' Enabled = False ModalResult = 1 TabOrder = 3 end object OpenDialog1: TOpenDialog Filter = 'HInfoDownload project|*.hpr|Any file|*.*' Left = 124 Top = 154 end object SaveDialog: TSaveDialog DefaultExt = 'hpr' Filter = 'HInfoDownloadProject|*.hpr|All Files|*.*' Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing] Left = 93 Top = 154 end end